home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01B / L01B2.DIR / scripts.cst_18_doAction - help.ls < prev    next >
Encoding:
Text File  |  2003-06-26  |  136 b   |  9 lines

  1. on mouseDown
  2.   doAction(the clickOn)
  3.   puppetSound("1bhelp")
  4.   updateStage()
  5.   repeat while soundBusy(1)
  6.     nothing()
  7.   end repeat
  8. end
  9.